home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / httrack / httrack-3.20RC4.exe / {app} / src / htssystem.h.windows9x < prev    next >
Text File  |  1999-11-17  |  326b  |  12 lines

  1. /* HTTrack, Offline Browser for Windows and Unix */
  2.  
  3. /* HTTrack system definition for Windows */
  4. /* This should be the only file you have to change */
  5.  
  6. /* Solaris: 0 / Windows: 1 / AIX: 2 / Linux: 3 */
  7.  
  8.  
  9. /* Fix plateform number to 1 (Windows) */
  10. /* If it doesn't compile, try another one */
  11. #define HTS_PLATEFORM 1
  12.